home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_069 / wc / wc.man < prev   
Text File  |  1992-05-06  |  926b  |  67 lines

  1.  
  2.  
  3.  
  4. WC(1)                     USER COMMANDS                     WC(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      wc - word count
  10.  
  11. SYNOPSIS
  12.      wc [ -lwcp ] [ -s_p_a_g_e_s_i_z_e ] [ -v ] [ name ... ]
  13.  
  14. DESCRIPTION
  15.      _W_c counts lines, words, characters and (optionally) pages in
  16.      the  named  files,  or  in  the  standard  input  if no name
  17.      appears.  A word is a maximal string of characters delimited
  18.      by spaces, tabs or newlines.
  19.  
  20.      If an argument beginning with one of  ``lwcp''  is  present,
  21.      the  specified  counts  (lines, words, characters, or pages)
  22.      are selected by the letters l, w, c, or p.  The  default  is
  23.      -lwc unless -v is specified.
  24.  
  25.      The -s option specifies that pages are _p_a_g_e_s_i_z_e  lines  long
  26.      instead of the defaut 66.
  27.  
  28.      The -v option asks for a verbose output format, with  column
  29.      headers and including pages by default.
  30.  
  31.  
  32. BUGS
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.